QuickOPC User's Guide and Reference
OPC UA Browse Path Elements
Fundamentals > Identifying Information in OPC UA Client-Server > OPC UA Browse Paths > OPC UA Browse Path Elements

OPC UA browse path elements are represented by UABrowsePathElement objects. Each browse path element has following data members:

The UABrowsePathElement has various constructor overloads with different combinations of these parameters. In addition, there are static methods on the UABrowsePathElement Class that allow you to easily create commonly used browse path elements:

The created browse path elements can then be added to a UABrowsePathElementCollection Class, forming a relative path.

See Also

Reference

Examples - OPC Unified Architecture